Skip to content

feat(web): implement websocket handler and discover command routing#106

Merged
kimit0310 merged 4 commits into
devfrom
feature/websocket-server-implementation
Mar 3, 2026
Merged

feat(web): implement websocket handler and discover command routing#106
kimit0310 merged 4 commits into
devfrom
feature/websocket-server-implementation

Conversation

@kimit0310
Copy link
Copy Markdown
Collaborator

Implements the first 3 WebSocket server tasks:

  1. WebSocket client lifecycle handling
  2. JSON message parsing and command routing
  3. Runtime stream discovery command handling

Resolves #101 #102 #103

@codecov
Copy link
Copy Markdown

codecov Bot commented Feb 18, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
⚠️ Please upload report for BASE (dev@d58e40a). Learn more about missing BASE report.

Additional details and impacted files
@@          Coverage Diff           @@
##             dev     #106   +/-   ##
======================================
  Coverage       ?   89.25%           
======================================
  Files          ?        8           
  Lines          ?      270           
  Branches       ?        0           
======================================
  Hits           ?      241           
  Misses         ?       29           
  Partials       ?        0           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@kimit0310 kimit0310 marked this pull request as ready for review February 25, 2026 16:34
@kimit0310 kimit0310 requested a review from Asanto32 February 25, 2026 16:46
Comment thread src/MoBI_View/web/server.py Outdated
Comment thread src/MoBI_View/web/server.py
Comment thread src/MoBI_View/web/server.py Outdated
Comment thread tests/unit/test_server.py Outdated
@Asanto32
Copy link
Copy Markdown
Collaborator

Review comments seem to be acting a bit funny, but just some small comments above, otherwise LGTM

Copy link
Copy Markdown
Collaborator

@Asanto32 Asanto32 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@kimit0310 kimit0310 merged commit 1d3cf2e into dev Mar 3, 2026
23 checks passed
@kimit0310 kimit0310 deleted the feature/websocket-server-implementation branch March 18, 2026 16:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants